tools/hotplug: set mtu from bridge also on vif interface
authorOlaf Hering <olaf@aepfle.de>
Mon, 7 Feb 2011 16:55:25 +0000 (16:55 +0000)
committerOlaf Hering <olaf@aepfle.de>
Mon, 7 Feb 2011 16:55:25 +0000 (16:55 +0000)
commit0f850909c83852a4c230b6ec73def7f33f4808ad
tree92c9a1f19ac6d0db9877297179564182f71b9ad6
parentf681990e7fd01564a6b9b847cfc979a7274d96cb
tools/hotplug: set mtu from bridge also on vif interface

Apply mtu size from bridge interface also in vif interface.
This depends on a kernel change which allows arbitrary mtu sizes until
the frontend driver has connected to the backend driver. Without this
kernel change, the vif mtu size will be limited to 1500 even with this
change to the vif-bridge script.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/hotplug/Linux/vif-bridge